home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000204_news@newsmaster….columbia.edu _Sat May 17 10:29:26 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA24757
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 May 1997 10:29:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA04264
  7.     for kermit.misc@watsun; Sat, 17 May 1997 10:29:25 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news-peer.gsl.net!news-peer.sprintlink.net!news.sprintlink.net!Sprint!howland.erols.net!newsfeed.internetmci.com!news.wwa.com!not-for-mail
  9. From: Jim Jacobus <jjacobus@wwa.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Script Input Error
  12. Date: Sat, 17 May 1997 09:29:23 -0500
  13. Organization: WorldWide Access (tm) - Midwestern Internet Services http://www.wwa.com
  14. Lines: 15
  15. Message-ID: <337DC0C3.5D6B@wwa.com>
  16. NNTP-Posting-Host: pool4-012.wwa.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01 (Win95; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7040
  22.  
  23. I'm trying to write a telnet script using VMS C-kermit 6.0.192 to
  24. connect to a NT system. NT system uses the Pragma s/w for telent
  25. emulation.
  26.  
  27. I can't get a response back from my script. I have an 
  28. "input 5 login:" which should work, but I always get an error from
  29. my VMS Kermit:
  30. ? Can't condition line for INPUT
  31.  
  32. What does this error mean. Is it documented in the Using C-Kermit
  33. manual?
  34.  
  35. TIA
  36.  
  37. Jim